Welcome![Sign In][Sign Up]
Location:
Search - p2p nat tcp

Search list

[WinSock-NDISNATSolutions

Description: 很实用的点对点通讯程序,通过UDP打洞穿透NAT网关实现P2P连接,该源码实现了一个网络地址转换系统,分3个部分:1)路由器 2)TCP映象 3)UDP映象-very practical point-to-point communications procedures through UDP burrows penetrate NAT Gateway peer-to-peer connectivity, the source implementation of a network address translation system, in three parts : 1) Router 2) TCP Mapping 3) UDP mapping
Platform: | Size: 17320 | Author: 李大卫 | Hits:

[OS programWindowsNetAndConmunicationDesign

Description: 讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Windows个人防火墙的完整实例代码,防火墙采用应用层(SPI)核心层(IMD驱动)双重过滤机制,能够有效地抵挡网络入侵和攻击。提供了大量的完整的实例,许多例子稍做修改即可应用到实际项目中。-on Windows network programming tutorial for beginners, Windows display a variety of I / O methods, a detailed description of high-performance, scalable server development process, and gives detailed codes. Will be programming, network protocol and application examples of organic composition, Details on the Internet radio and IP Multicasting, the original socket, SPI, LAN and WAN on the scanning and detection technology, network and data theft protection, to deceive the ARP, IP deception. Details of the agreement demo-driven development process, NDIS Programming Interface. Programming in practice learning P2P program design, discussed the penetration of firewalls, NAT establish direct UDP and TCP connections to the various programs. Windows includes a complete personal firewall code example
Platform: | Size: 486513 | Author: 王勇 | Hits:

[CommunicationCMU-ISRI-05-104

Description: 一篇关于P2P 穿越NAT 的实用文章,采用TCP协议来进行穿越。-on a peer-to-peer NAT traversal of practical articles, using TCP for the crossing.
Platform: | Size: 177369 | Author: 刘铭 | Hits:

[WinSock-NDISMakeTCPHole

Description: VC++实现TCP实现P2P通信、TCP穿越NAT的方法、TCP打洞,有详细的说明文档,对于想了解P2P软件工作原理的人很有启发作用。
Platform: | Size: 165422 | Author: 谢红伟 | Hits:

[Other resource200811117306388

Description: TCP实现P2P通信、TCP穿越NAT的方法。
Platform: | Size: 87640 | Author: 李彬 | Hits:

[Other resourcetcpp2p

Description: TCP实现P2P通信、TCP穿越NAT的方法 TCP实现P2P通信、TCP穿越NAT的方法
Platform: | Size: 87070 | Author: jack | Hits:

[Other resourceP2PClientAndServ

Description: TCP实现P2P通信,包括TCP NAT 打洞 详细信息请看源代码,是个不错的通信程序
Platform: | Size: 51390 | Author: sunyuyou | Hits:

[P2PP2PChatPlus 终结版

Description:

第一个版本发布已经有将近半年的时间,在这段时间里面发生了很多事情,让我很长时间都难以安下心来写程序。我是酷爱写程序的,但是当她变成谋生手段的时候,时常会无比的艰涩。有时候压力不仅仅来自困难的问题本身。  说说程序本身吧,其实第一个版本只是实现了P2P的一小部分,而后一直不断的完善,到了第三个版本,我才算是彻底理解了UDP实现跨网关P2P,当然,这个版本也并不是完善的。比如说:在没有回朔功能的网关下两台计算机无法通信,没有对数据包进行完整性的判断……。其实事情总没有完善的时候吧。  程序只是实现了基本的基于UDP穿NAT的P2P,其他还有TCP和UPNP等等的就等大家一起研究吧。  写程序的过程中,在网上查了很多东西,绝大多数都是在互相抄啊抄的。其实问题也就是这么一点,没有必要长篇累牍的论述,可能我比较笨,理解的太慢了。时常感觉就差那么一点点,有人提点一下就好了,可是始终我都没有找到这样的人。  所有的东西都在“连接过程.doc”里面可以找到,程序本身也就是实现了图上面的流程。在这个过程的基础上,完全可以实现一个基于UDP的P2P开发包,不过有时间再说吧……   我的联系方式:  MSN: m820126@163.com   Email: m820126@163.com   http://www.cwind.cn   有问题可以来问我,不过我平时事情比较多,如果不能一一回答也请见谅了。之前一直有人问TMMessageMemo找不到,其实这是我自己的开发包里面一个小组件,仅仅是用来显示消息的,如果你稍微用心地读一下代码,就会发现用一个Memo就可以替换掉了。这次为了避免再有这样的事情出现,我把“MMessageMemo.pas”一起打包进来了,自己装一下吧,如果你连安装组件都不会……我就不说什么了。


Platform: | Size: 461273 | Author: AaronMing | Hits:

[Sniffer Package captureWindowsNetAndConmunicationDesign

Description: 讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Windows个人防火墙的完整实例代码,防火墙采用应用层(SPI)核心层(IMD驱动)双重过滤机制,能够有效地抵挡网络入侵和攻击。提供了大量的完整的实例,许多例子稍做修改即可应用到实际项目中。-on Windows network programming tutorial for beginners, Windows display a variety of I/O methods, a detailed description of high-performance, scalable server development process, and gives detailed codes. Will be programming, network protocol and application examples of organic composition, Details on the Internet radio and IP Multicasting, the original socket, SPI, LAN and WAN on the scanning and detection technology, network and data theft protection, to deceive the ARP, IP deception. Details of the agreement demo-driven development process, NDIS Programming Interface. Programming in practice learning P2P program design, discussed the penetration of firewalls, NAT establish direct UDP and TCP connections to the various programs. Windows includes a complete personal firewall code example
Platform: | Size: 2154496 | Author: 王勇 | Hits:

[Program docCMU-ISRI-05-104

Description: 一篇关于P2P 穿越NAT 的实用文章,采用TCP协议来进行穿越。-on a peer-to-peer NAT traversal of practical articles, using TCP for the crossing.
Platform: | Size: 177152 | Author: 刘铭 | Hits:

[P2Pp2p_NAT

Description: p2p内网穿透技术示例源码,基于tcp的解决方案。-p2p network penetration technology sample source, tcp-based solutions.
Platform: | Size: 25600 | Author: 章永辉 | Hits:

[P2Pp2framework_src.2.1.0.2.tar

Description: P2Framework是一个开源项目。这是一个高效率的平台,使分布式系统的开发变得更加容易。通过这一平台,你可以忘记许多烦恼和琐碎的事情在分布式系统的开发(如NAT /防火墙穿越,的UDP / TCP协议的交换机等) 。 主要的重点是在这个框架内,以减轻P2P的连接建立,数据和信息传输。与P2Framework ,开发商不需要照顾NAT穿越,防火墙/代理问题,可靠性的UDP和TCP短期发送/接收的问题(等)的点对点环境。例如,可能同行后面的NAT或使用HTTP代理上网。另一个例子是,开发商可能要处理UDP和TCP连接以同样的方式,例如,一个可能需要可以传递信息的UDP和TCP可靠传输数据块的块,而不是流。在P2Framework ,各种连接建立和数据传输的封装几乎相同的接口。您可以使用混合连接P2Framework来确定最佳连接你喜欢同伴之间。此外,所有的网络业务的非块P2Framework其中只有运行signle线程。因此,开发商不需要使用互斥。和P2Framework可以建立在双方的Win32和Linux平台。-P2Framework is an open source project. It is a highly efficient platform for making distributed system development much easier. With this platform, you can forget many annoying and trivial things in the distributed system development (such as NAT/firewall traversal, udp/tcp protocol switch, etc.). The main focus on this framework is to ease the P2P connection establishment, data and message transmission. With P2Framework, the developers do not need to care NAT traversal, firewall/proxy problem, UDP reliability and TCP short send/receive problem (etc.) in peer-to-peer environment. For example, peers may behind NAT or uses a http proxy to access Internet. Another example is that the developers may want handle UDP and TCP connections in the same way, such as, one may want to UDP can transmit messages reliably and TCP can transmit data block by block rather than stream. In P2Framework, all kinds of connection establishment and data transmission are encapsulated as almost the same interfac
Platform: | Size: 1231872 | Author: 董巍 | Hits:

[Windows Develop14160_1245286981k9N7

Description: TCP打洞源代码 TCP实现P2P通信、TCP穿越NAT的方法-TCP holes TCP source code to achieve P2P communications, TCP way through NAT
Platform: | Size: 83968 | Author: 子墨 | Hits:

[P2PMakeTCPHole

Description: 外网访问内网,TCP打洞,TCP实现P2P通信、TCP穿越NAT。-TCP P2P NAT
Platform: | Size: 74752 | Author: 曾海 | Hits:

[P2P6456456456465465

Description: 实现P2P技术,TCP翻越NAT技术的实现,SOCKET-P2P technology implementation, TCP implementation over the NAT technology, SOCKET
Platform: | Size: 186368 | Author: 陈湫 | Hits:

[P2PP2PandUDPTCpP

Description: 讲述了P2P用TCP和UDP穿越NAT的方法,并提供源代码,值得参考学习。-Describes the use of TCP and UDP P2P way through NAT and provides the source code, it is also useful to learn.
Platform: | Size: 1185792 | Author: huang | Hits:

[P2PCPP_TCP_NAT

Description: TCP实现P2P通信、TCP穿越NAT的方法、TCP打洞-TCP punch hole on NAT using C++
Platform: | Size: 47104 | Author: jemmy | Hits:

[Program docTCP-NAT-P2P-

Description: 这是基于TCP协议的NAT穿透技术在P2P中的研究与实现的pdf文件,包括原理,穿透过程,很有参考价值-This is the penetration process of TCP NAT traversal in P2P pdf file, including the principle of great reference value! !
Platform: | Size: 203776 | Author: 庄叶丹 | Hits:

[CSharpCSharp-p2p-TCP-

Description: C# p2p TCP 打洞 穿越NAT 例子程序 详细代码说明 一定成功 留下E-mail shiwei.12369@qq.com 以供交流-C# p2p TCP holes through the NAT procedures detailed code examples illustrate some success leave E-mail shiwei.12369 @ qq.com for the exchange
Platform: | Size: 57344 | Author: 施维 | Hits:

[File FormatTCP

Description: TCP实现P2P通信、TCP穿越NAT的方法-P2P communication method TCP implementation, TCP NAT traversal
Platform: | Size: 84992 | Author: 李顺 | Hits:
« 1 23 »

CodeBus www.codebus.net